T7857: Add Realtek RTL8126 5Gbit driver - #1043
Merged
sever-sever merged 1 commit intoOct 7, 2025
Merged
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
|
👍 |
Contributor
Author
|
I have read the CLA Document and I hereby sign the CLA |
vyosbot
added a commit
to vyos/vyos-cla-signatures
that referenced
this pull request
Sep 23, 2025
boretom
force-pushed
the
feature/add-realtek-8126-source-mirror
branch
from
September 23, 2025 17:48
3e0e496 to
b63633e
Compare
asklymenko
requested changes
Oct 4, 2025
asklymenko
left a comment
Contributor
There was a problem hiding this comment.
The file r8126-10.016.00.tar.bz2 is uploaded to packages.vyos.net/source-mirror. The script works correctly on both ARM64 and AMD64 platforms. The only change required to make is to remove the following line to avoid confusion:
architecture_file: str = Path('../../../data/architectures/amd64.toml').read_text()
Signed-off-by: Thomas Kupper <thomas.kupper@gmail.com>
boretom
force-pushed
the
feature/add-realtek-8126-source-mirror
branch
from
October 6, 2025 06:44
b63633e to
6d01ffa
Compare
c-po
self-requested a review
October 7, 2025 14:37
c-po
approved these changes
Oct 7, 2025
Member
There was a problem hiding this comment.
Package addition is straight forward and looks good to me. Tested by @asklymenko
jestabro
approved these changes
Oct 7, 2025
jestabro
left a comment
Contributor
There was a problem hiding this comment.
Build file looks good; package build ran successfully.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Realtek RTL8126 5Gbit driver
Based on a (5 month old) forum thread: add the Realtek 8126 5Gbit driver, similar how the Realtek 8152 was added.
The file
r8126-10.016.00.tar.bz2is expected inpackages.vyos.net/source-mirrorand has to be fetch from https://www.realtek.com/Download/List?cate_id=584The SHA256 of the file tested with:
50c8d3d49592d2e8f372bd7ece8e7df9b50a71b055c077d42eacc42302914440 r8126-10.016.00.tar.bz2My test included compiling it, add the DEB to the build process and
modprobe r8126it on the created custom ISO. The OP of the forum thread reported success from basic tests (back in April '25).Types of changes
Related Task(s)
https://vyos.dev/T7857
Related PR(s)
Checklist: